home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 2 / L'Effet Pommier - Volume 02.iso / Réflexion / Same / About Same Game next >
Text File  |  1994-07-11  |  3KB  |  65 lines

  1. Same Game for Macintosh
  2. version 1.0.6 (1994/6/1)
  3.  
  4.  
  5. Same Game is solitaire puzzle.
  6.  
  7. /*----- Rule -----*/
  8. You can erase the tiles which make connection with same pattern, 
  9. horizontally or vertically. The upper tiles fill in the blank.  And the right 
  10. columns fill in the empty columns.
  11.  
  12. /*----- Score -----*/
  13. You get (n-2)^2 points every n-tiles erased.  And the game is over when you 
  14. cannot erase any more tiles.  The number of tiles which you could not erase is 
  15. subtracted from your points.  Thus:
  16.      (Total points) = (Get tile points) - (Number of rest tiles)
  17. By any chance, when you can erase all tiles, you will get (tiles)x5 points as 
  18. bonus. 
  19.  
  20. /*----- Options -----*/
  21. Options menu has following items.
  22.  1. Quick Remove
  23.         In case of checked, the tiles are erased with one click.  In case of un- 
  24.         checked,  the tiles (to be erased) blink with first click and are erased 
  25.         with second click.
  26.  2. Confirm Last Move
  27.         If checked,
  28.       * when you erase the last tile
  29.       * when you quit in the middle of game
  30.         Same Game shows alert box to confirm. 
  31.  3. Sound 
  32.         The volume of sounds.
  33.  4. Tiles
  34.         The type of tiles.  This submenu is divided into 3 parts, each part includes 
  35.         tiles with 1/4/8 bits colors.  If main screen is set to monochrome, the parts
  36.         of 4/8 bits are dimmed (disabled).
  37.  5. Board
  38.         The size of board.  Three settings are available, Tiny (6x6), Small (12x6), 
  39.         Standard (20x10).
  40.  6. BackGround
  41.         The background pattern of board.  You can put any files, which include 'ppat' 
  42.         resources in, in the 'Same Prefs' folder and rename it to 'BackGround'.  Then
  43.         you will get the list of 'ppat' in this submenu.  For example, you may put an 
  44.         alias of the document of 'Desktop Textures'.
  45.          (Note:  You cannot use 'ppat' which is compressed with 'Desktop Textures')
  46.          (Note:  'ppat' resources which have no name will not be listed in the submenu)
  47.  
  48. /*----- System Requirements -----*/
  49. Requires System 7 and 32Bit Color QuickDraw.
  50.  
  51. /*----- CopyRights -----*/
  52. This program is freeware.  You can use it without any fee.  And you can 
  53. distribute it freely as long as no fee is charged and no modifications are 
  54. made to the program and documents.
  55.  
  56.  Original version (on UNIX) by Eiji Fukumoto
  57.      tvb0324@hiuxm.kuec.kyoto-u.ac.jp
  58.  Ported to NEC PC-9801 by Wataru Yoshioka
  59.      szb2932@hiuxm.kuec.kyoto-u.ac.jp
  60.  Ported to Apple Macintosh by Takahiro Sumiya
  61.      sumi@cuby.mis.hiroshima-u.ac.jp
  62.  
  63. Please feel free to send me any comments or bug reports.  
  64. June 1, 1994.  Takahiro Sumiya (sumi@cuby.mis.hiroshima-u.ac.jp)
  65.